home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / misc / emu / applemdemo.lha / AppleM / Demo.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1993-08-20  |  237 b   |  7 lines

  1. /* Demonstrate usage of Rexx programs */
  2. if exists("applerom")=0 then call SaveROM
  3. address command "run applem000"
  4. address command "wait 10" /* Make sure emulator is ready */
  5. say LoadRAM("apple/demo.bin")
  6. say LoadRAM("apple/demozp.bin")
  7.